runtime.atomicMSpanPointer.Load (method)

3 uses

	runtime (current package)
		mspanset.go#L189: 	s := block.spans[bottom].Load()
		mspanset.go#L194: 		s = block.spans[bottom].Load()
		mspanset.go#L397: func (p *atomicMSpanPointer) Load() *mspan {